Indtroduction

# A tibble: 1 x 13
  analyzer_version duration end_of_fade_in start_of_fade_o…
  <chr>               <dbl>          <dbl>            <dbl>
1 4.0.0                313.          0.617             305.
# … with 9 more variables: tempo_confidence <dbl>,
#   time_signature_confidence <dbl>, key_confidence <dbl>,
#   mode_confidence <dbl>, bars <list>, beats <list>, tatums <list>,
#   sections <list>, segments <list>
# A tibble: 1 x 13
  analyzer_version duration end_of_fade_in start_of_fade_o…
  <chr>               <dbl>          <dbl>            <dbl>
1 4.0.0                262.           5.98             259.
# … with 9 more variables: tempo_confidence <dbl>,
#   time_signature_confidence <dbl>, key_confidence <dbl>,
#   mode_confidence <dbl>, bars <list>, beats <list>, tatums <list>,
#   sections <list>, segments <list>

TODO:

ADD:

music clip of both hhtm and orni


I will be analysing to the jazz standard Ornithology, first recorded by Charlie Parker. Ornithology is a refference to Parkers nickname “Bird”. Jazz standards often differ from one another quite alot, yet Ornithology is one among them that is particularly well known for all the different recordings. One reason for this is that the jazz standard has also been recorded under another name “How high the Moon”, which follows the exact same chord progression as Ornithology, but is usually in a slower tempo.

I want to know if there are any real measurable differences in recordings under the name How High the moon and Ornithology. What makes some musicians name the recording how they do. Are there actually some aspects that differ causing the different name, or is this an arbitrary prefference of the musicians, and are the names really interchangable. In order to get Find out if there are any differences I created a playlist containing ±100 How High The Moon recordings, and ±100 Ornithology recordings.

Visualisation of Tempo in ‘Ornithology’ and ’How High the moon;


One of the first distiguishable features might be the tempo. As I stated earlier I believed that How high the Moon (HHTM) recordings usually were recorded in a slower tempo than Ornithology (OTHGY) recordings. However, this is not backed up by my findings.

On the left you will see a histogram the temp of all the recordings I added to my playlist. As You can see there are acctually no real differences in tempo between the recordings. Most recodings seem to cluster around 120 bpm. Yet my statement might not be completely untrue, as there are, just marginally, more slow HHTM recordings.

Popularity vs Tempo.


It might be that the dataset I created, happened to only include unusually fast HHTM recordings. To check if this is the case, then the popularity of the faster HHTM tracks must be less then the popularity of the slower recordings of HHTM. Here we see the popularity versus the tempo for both titles.

This graph shows us that my dataset does not consist of outlier recordings of HHTM, as the popularity of all different tempos of HHTM recordings relates well to the same tempo OTHGY recordings. Further more this graph tells us that there is a definite sweet spot in tempo, where the recordings are more popular. This occurs for both How High The Moon and Ornithology around 115BPM. At a slower tempo of 80BPM another spike in popularity is seen, telling us that this song, in both titles, is also enjoyed at a slower tempo. What is interesting to see is that eve though the original recording was titled Ornithology, the How high the Moon recordings seem to be more popular overal. Another thing we can easily see from this graph is that the three extremely fast recordings of how High The Moon are definately outliers in my dataset.

similarity matrix and relation between hhtm and ornithology..


As you can see these recordings dont seem to be very similar pitch wise according to this similarity matrix…

I have to think about why this is. I also still want to create a couple of other matrices. This one is for maximum popularity orni vs hhtm. I also want to make the same matrix but then with the least popular two titles. That way i can aybe see what structure wise makes them popular (or not). Also, I want to create the same matrices for timbre. Last but not leat I also want to redo all the above, but with self similarity matrices.